projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78c0d10
)
(calc-init-extensions): Remove keybinding assignments for `calc-yank'.
author
Jay Belanger
<jay.p.belanger@gmail.com>
Tue, 1 Apr 2008 02:31:00 +0000
(
02:31
+0000)
committer
Jay Belanger
<jay.p.belanger@gmail.com>
Tue, 1 Apr 2008 02:31:00 +0000
(
02:31
+0000)
lisp/calc/calc-ext.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-ext.el
b/lisp/calc/calc-ext.el
index 8c52305a46b68d2cf2117d9bf18c540c40c9501c..e836bc3544f31ba07a78e7dfb4cb02843d33aada 100644
(file)
--- a/
lisp/calc/calc-ext.el
+++ b/
lisp/calc/calc-ext.el
@@
-91,8
+91,6
@@
(define-key calc-mode-map "\M-k" 'calc-copy-as-kill)
(define-key calc-mode-map "\C-w" 'calc-kill-region)
(define-key calc-mode-map "\M-w" 'calc-copy-region-as-kill)
- (define-key calc-mode-map "\C-y" 'calc-yank)
- (define-key calc-mode-map [mouse-2] 'calc-yank)
(define-key calc-mode-map "\C-_" 'calc-undo)
(define-key calc-mode-map "\C-xu" 'calc-undo)
(define-key calc-mode-map "\M-\C-m" 'calc-last-args)